diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2015-01-15 10:26:36 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-29 12:00:49 -0500 |
commit | 8dcd1b720e5c44bb4ca6f41181f3b937ae6e08c1 (patch) | |
tree | b9eb95c872348638ca516cdf3709f44111c64cd4 /include/configs | |
parent | 6e721bdb541e313528ffebb8c88532b41ae6df7c (diff) | |
download | talos-obmc-uboot-8dcd1b720e5c44bb4ca6f41181f3b937ae6e08c1.tar.gz talos-obmc-uboot-8dcd1b720e5c44bb4ca6f41181f3b937ae6e08c1.zip |
Nokia RX-51: Use generic board
Generic board with #define CONFIG_SYS_GENERIC_BOARD is working fine.
There is no visible difference between legacy and generic board code.
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/nokia_rx51.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 982b689f3c..46fc91e5e1 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -28,6 +28,7 @@ #define CONFIG_OMAP3_RX51 /* working with RX51 */ #define CONFIG_SYS_L2CACHE_OFF /* pretend there is no L2 CACHE */ #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_MACH_TYPE MACH_TYPE_NOKIA_RX51 |