diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-02 18:01:00 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-06 20:40:29 -0400 |
commit | 1fb33434e37db722a9b1aef91aca6c4efc58303b (patch) | |
tree | 7e76c28d81e3998094f7c2bc84421252a739b1f6 /include | |
parent | b2482dffa04b79f3878117364c1f3cbf7771117f (diff) | |
download | u-boot-1fb33434e37db722a9b1aef91aca6c4efc58303b.tar.gz |
README: Drop unused CONFIG_SYS_LS_MC_FW_... options
Drop a few that are not used in U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls2080a_simu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls2080a_simu.h b/include/configs/ls2080a_simu.h index 1851d41b58..f0ec6c4d6a 100644 --- a/include/configs/ls2080a_simu.h +++ b/include/configs/ls2080a_simu.h @@ -146,9 +146,6 @@ #define CONFIG_SYS_DEBUG_SERVER_FW_ADDR 0x580C00000ULL /* MC firmware */ -#define CONFIG_SYS_LS_MC_FW_IN_NOR -#define CONFIG_SYS_LS_MC_FW_ADDR 0x580200000ULL - #define CONFIG_SYS_LS_MC_DPL_IN_NOR #define CONFIG_SYS_LS_MC_DPL_ADDR 0x5806C0000ULL |