diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-10-12 13:48:10 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-10-30 15:22:36 +0100 |
commit | 6d846c726b300fcb4e5b9228709e6752459e7553 (patch) | |
tree | f7b7e159eb05b08da16584fa46aea5f55c40c7f3 /include/configs/mx7_common.h | |
parent | a89729c9ca5d58f389e7b8bde74e58f6b35d9a45 (diff) | |
download | u-boot-imx-6d846c726b300fcb4e5b9228709e6752459e7553.zip u-boot-imx-6d846c726b300fcb4e5b9228709e6752459e7553.tar.gz u-boot-imx-6d846c726b300fcb4e5b9228709e6752459e7553.tar.bz2 |
imx: hab: rework unified rom section for mx7
Rework unified section macro select via Kconfig option
instead of macro definition in mx7_common header file.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r-- | include/configs/mx7_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 04468b9..fc6aa9d 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -32,7 +32,6 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_LATE_INIT -#define CONFIG_ROM_UNIFIED_SECTIONS #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |