at91: configs: Drop duplication of defconfig macros
authorTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 20 Sep 2019 10:52:58 +0000 (10:52 +0000)
committerEugen Hristev <eugen.hristev@microchip.com>
Mon, 30 Sep 2019 06:15:23 +0000 (09:15 +0300)
commit27a5d628275f9cdd2ca221f560a19d3dea4753f3
tree8e793cd126c71da836a465534adb99c34f7547d9
parente074d0f79b2e2893e5c1752b2c302bb4aa5a491e
at91: configs: Drop duplication of defconfig macros

'commit a9221f3ebd6d ("at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs")'
migrated CONFIG_ENV_ macros to defconfigs but did not remove the
identical redefinition of these macros in include/configs/.

Since the duplicated macros have the same value as the ones in defconfigs,
no "redefined" warnings were raised. Remove duplicated macros for all
sama5 and sam9x5ek boards.

While verifying that the removal of the macros from include/configs did
not change the same macros in defconfigs, overwrite the old defconfig by
saving them with the output from "make arch=ARM savedefconfig". This
resulted in the movement of some macros in the defconfig files.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
include/configs/at91-sama5_common.h
include/configs/at91sam9x5ek.h
include/configs/sama5d27_som1_ek.h
include/configs/sama5d2_icp.h