1if TARGET_PCM052 2 3config SYS_BOARD 4 default "pcm052" 5 6config SYS_VENDOR 7 default "phytec" 8 9config SYS_CONFIG_NAME 10 default "pcm052" 11 12config PCM052_DDR_SIZE 13 int 14 default 256 15 16endif 17 18if TARGET_BK4R1 19 20config SYS_BOARD 21 default "pcm052" 22 23config SYS_VENDOR 24 default "phytec" 25 26config SYS_CONFIG_NAME 27 default "bk4r1" 28 29config PCM052_DDR_SIZE 30 int 31 default 512 32 33endif 34