X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfigs%2FPIP405.h;h=a6f505aaa986d3e33f4a6ff21943f6a5f78a120f;hb=337b0c52b3296f371d04aef71a833e09110e0e6b;hp=118072486275f872678d5d0a63efdb773594858c;hpb=cdb23792e864153b0c2b943bf011f10c7ba190e1;p=karo-tx-uboot.git diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 1180724862..a6f505aaa9 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -17,7 +17,6 @@ * (easy to change) ***********************************************************/ #define CONFIG_405GP 1 /* This is a PPC405 CPU */ -#define CONFIG_4xx 1 /* ...member of PPC4xx family */ #define CONFIG_PIP405 1 /* ...on a PIP405 board */ #define CONFIG_SYS_TEXT_BASE 0xFFF80000 @@ -353,7 +352,6 @@ ************************************************************/ #if defined(CONFIG_CMD_KGDB) #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ -#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */ #endif /************************************************************