diff options
author | Tom Rini | 2024-04-05 17:21:58 -0400 |
---|---|---|
committer | Tom Rini | 2024-04-05 17:21:58 -0400 |
commit | da4374959ec9702975fa9c43ed6e449e78c3116b (patch) | |
tree | 25ff4ecbff36709e5cd12dc64135ee0f1a0c1073 /configs/openrd_client_defconfig | |
parent | b4b98adb99d5f29ab6b8bbd1bc6d718560f9c288 (diff) | |
parent | 53bdcd1e9eacd6992d990b288fd6d48f43d94a0b (diff) |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell
- kirkwood: Switch to using upstream dts/dtsi files (Tony)
- mvebu: Turris Omnia - New board revision support (Marek)
Diffstat (limited to 'configs/openrd_client_defconfig')
-rw-r--r-- | configs/openrd_client_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/openrd_client_defconfig b/configs/openrd_client_defconfig index a95a435bdf9..05e4292764f 100644 --- a/configs/openrd_client_defconfig +++ b/configs/openrd_client_defconfig @@ -12,7 +12,7 @@ CONFIG_TARGET_OPENRD=y CONFIG_BOARD_IS_OPENRD_CLIENT=y CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_OFFSET=0x80000 -CONFIG_DEFAULT_DEVICE_TREE="kirkwood-openrd-client" +CONFIG_DEFAULT_DEVICE_TREE="marvell/kirkwood-openrd-client" CONFIG_IDENT_STRING="\nOpenRD-Client" CONFIG_SYS_LOAD_ADDR=0x800000 # CONFIG_SYS_MALLOC_F is not set |