]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
petalinux-auto-board.h.template: include per platform configuration
authorJason Wu <jason.wu@petalogix.com>
Fri, 2 Nov 2012 05:38:38 +0000 (15:38 +1000)
committerMichal Simek <monstr@monstr.eu>
Fri, 2 Nov 2012 07:17:05 +0000 (08:17 +0100)
allows user to include their custom configuration even after the platform
switch.

Signed-off-by: Jason Wu <huanyu@xilinx.com>
include/configs/petalinux-auto-board.h.template

index 3d5df36e2f0881a1ee4820d34287ab8be1e43897..97e35a9c67aaec181639ea59ac5ca11ce22422ca 100644 (file)
 /* Make the BOOTM LEN big enough for the compressed image */
 #define CONFIG_SYS_BOOTM_LEN 0x1000000
 
+#include <configs/petalinux/@per_platform_config@>