mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
powerpc: mpc8xx: remove redundant CONFIG_8xx definition
We do not have to define CONFIG_8xx in source files because it is defined in arch/powerpc/cpu/mpc8xx/config.mk Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
53a79fe3a2
commit
07344edde2
2 changed files with 0 additions and 4 deletions
|
@ -9,8 +9,6 @@
|
|||
#include <mpc8xx.h>
|
||||
#include <version.h>
|
||||
|
||||
#define CONFIG_8xx 1 /* needed for Linux kernel header files */
|
||||
|
||||
#include <ppc_asm.tmpl>
|
||||
#include <ppc_defs.h>
|
||||
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#include <mpc8xx.h>
|
||||
#include <version.h>
|
||||
|
||||
#define CONFIG_8xx 1 /* needed for Linux kernel header files */
|
||||
|
||||
#include <ppc_asm.tmpl>
|
||||
#include <ppc_defs.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue