]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h
authorWu, Josh <Josh.wu@atmel.com>
Mon, 30 Mar 2015 06:51:19 +0000 (14:51 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 31 Mar 2015 23:04:32 +0000 (01:04 +0200)
commitb2d387bcebba352ca64b781486507800964d7ffd
tree6bd96c3849069e8d908e80e30e2df203ee25fd80
parentff255e836a3a6cd52bd51a192af96ac5f224dc22
ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h

Create a new configuration file: at91-sama5_common.h. Which includes the
configurations that reused by all SAMA5 chips.

at91-sama5_common.h includes:
- hw macros (clock, text_base and etc.)
- default commands.
- BOOTARGS
- U-Boot common configs.
NOTE: NOR flash definition should be put before including the common header.

For sama5d3-xplained:
- add CMD_SETEXPR

For sama5d3xek:
- add CMD_SETEXPR
- change CONFIG_SYS_MALLOC_LEN to (4*1024*1024)

Signed-off-by: Josh Wu <josh.wu@atmel.com>
include/configs/at91-sama5_common.h [new file with mode: 0644]
include/configs/sama5d3_xplained.h
include/configs/sama5d3xek.h
include/configs/sama5d4_xplained.h
include/configs/sama5d4ek.h